home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr36 / doorst11.zip / DOORSTOP.DEF < prev    next >
INI File  |  1993-06-24  |  4KB  |  99 lines

  1. [doorstop def file]
  2.  
  3. ; NOTE:
  4. ;  Lines preceded with a ';' are commented out.  To enable that line remove
  5. ;    the ';' from the beginning.
  6.  
  7. ; When the following line (DISPLAY_TEXT=) is set to YES, one of the files
  8. ; from NORMAL_TEXT or ANSI_TEXT will be displayed.  When set to NO, neither
  9. ; of the files will not be displayed, and only the timing routines, age
  10. ; routines, and naming routines will be used.
  11. ; Default: YES
  12. DISPLAY_TEXT=yes
  13.  
  14. ; This is the line for the ANSI file if the user has ANSI enabled.
  15. ANSI_TEXT=attract.ans
  16.  
  17. ; This line is for a non-ANSI text file to be displayed if the user
  18. ; does not have ANSI enabled.  Also, if ANSI_TEXT is not specified
  19. ; then this line is used exclusively.
  20. ; NOTE: both files ANSI_TEXT and NORMAL_TEXT *can* be used to display any
  21. ;       type of text...
  22. NORMAL_TEXT=attract.txt
  23.  
  24. ; What color you want the NORMAL_TEXT to be displayed as.
  25. ; NOTE: This will only work if the caller is using ANSI
  26. ; Default: GREY
  27. COLOR=cyan
  28.  
  29. ; Pause the output at the screen length for the user to read and continue.
  30. ; Default: YES
  31. MORE=no
  32.  
  33. ; Pause at the end of the file and wait for the user to press a key.
  34. ; NOTE: This function will not work if DISPLAY_TEXT=NO
  35. ; Default: YES
  36. END_ASK=yes
  37.  
  38. ; Notify users of when this door is closed.
  39. ; Default: YES
  40. NOTIFY=yes
  41.  
  42. ; If this line and DOOR_OPEN lines are ommited then there the door is open
  43. ; all the time.  Also, if DOOR_CLOSE = DOOR_OPEN then the door is open all
  44. ; the time.  00:00 = minimum   24:00 = maximum
  45. ; NOTE:  This function is ONLY AVAILABLE when you REGISTER.
  46. ; Default: NONE
  47. DOOR_CLOSE=24:00
  48. DOOR_OPEN=24:00
  49.  
  50. ; If the following line is enabled with a file name, then during the times
  51. ; the door is closed for time reasons, the CLOSE_FILE name will be shown
  52. ; otherwise a generic message will be shown.
  53. ;CLOSE_FILE=timeclos.txt
  54.  
  55. ; MINIMUM_AGE= sets the minimum age to enter the door.  If this line is
  56. ; commented out, then all users may enter the door.
  57. ; NOTE: This routine is restricted to age 16 or below without being REGISTERED.
  58. ; Default: NONE
  59. ;MINIMUM_AGE=18
  60.  
  61. ; The following line is a message that you want displayed to the user if
  62. ; they are under age.  If not specified, then a default message will be
  63. ; used.
  64. ;MINIMUM_AGE_MESSAGE=tooyoung.txt
  65.  
  66. ; To restrict certain users from entering a door, set the following line
  67. ; (LIST_OF_NAME=) to the path and the name of the TEXT file to be used.
  68. ; This file can be shared by more than one door if all doors specify the
  69. ; one file in a particular area.
  70. ; NOTE: This routine is **limited to a list of 3 names** without
  71. ;       being REGISTERED.
  72. ;LIST_OF_NAMES=NAMES.LST
  73.  
  74. ; The following line is the list type, if the list type is set to EXCLUDE
  75. ; then the list of names are EXCLUDED from the entering the door.  If the
  76. ; type is set to INCLUDE then the list of names are the only ones allowed
  77. ; into the door.
  78. ; DEFAULT: EXCLUDE
  79. ;LIST_TYPE=exclude
  80.  
  81. ; If you want to specify a file name to be displayed is the users is on the
  82. ; exclude list, enable the following line and enter the text file you wish
  83. ; to be displayed; otherwise there will be a default message displayed.
  84. ;NAME_LIST_MESSAGE=access.txt
  85.  
  86. ; If you want to specify a certain access level to allow/restrict into a door
  87. ; then enable the following line with the access level to be used.
  88. ;ACCESS_LEVEL=500
  89.  
  90. ; The following line specifies wether or not the access level restriction is
  91. ; LESSTHAN or GREATERTHAN ACCESS_LEVEL.
  92. ; DEFAULT: LESSTHAN
  93. ;ACCESS_TYPE=GREATERTHAN
  94.  
  95. ; To leave a specific message to a user trying to enter a level restricted
  96. ; door, specify the file name and path on the following line.  Disabling
  97. ; this line will cause a default message to appear to the user.
  98. ;ACCESS_TEXT=LEVEL.TXT
  99.